
*{
	margin:0;
	padding: 0;
}


/*  HEADER  */


footer {
	background-color: rgb(0, 77, 193);
	color:white;
	font-size: 14px;
	font-family: 'Encode Sans Expanded', sans-serif;
}

.img_foot{
	width: 100%;
}

.logo{
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo img{
	height: 100px;
	margin: auto;
	display: block;
}


.menu{
	position: sticky;
	top: 0;
	width: 100%;
	text-align: center;
	margin: auto;
	background-color: rgb(0, 77, 193);
	z-index: 10;
}

.menu a{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Encode Sans Expanded', sans-serif;
}

.menu a:hover{
	color: #52d4ff;
	text-shadow: 0 0 0.5em #04F6FF, 0 0 0.5em #87F, 0 0 0.5em #2A10E0;
	cursor: pointer;
}

.buttons_menu{
	width: 40%;
	padding: 10px;
	margin: 0px auto 0px auto;

}

.submenu{
	background-color: rgb(0, 77, 193);
	z-index: 9;
}

.submenu li a{
	font-size: 15px !important;
	vertical-align: -moz-middle-with-baseline;
}

.borde{
	background: rgb(131, 218, 252);
	height: 10px;
	box-shadow: 0px 0px 10px rgb(0, 81, 165);
}

.titulo {
	top:58px;
	height: 45px;
	z-index: 8;
	box-shadow:0px 0px 3px rgb(0, 0, 0);
}

.titulo h2{
	color:rgb(255,255,255);
	font-size: 30px;
}

.portada{
	width: 70%;
	margin: auto;
	display: block;
	margin-top: 20px;
}

h1{
	text-align: center;
	font-size: 50px;
	font-family: 'Ubuntu', sans-serif;
	color: rgb(17, 18, 126);
	margin-top: 0px;
	margin-bottom: 0px;
}

h2{
	text-align: center;
	font-size: 30px;
	font-family: 'Ubuntu', sans-serif;
	color: rgb(0,0,0);
	margin-top: 0px;
	margin-bottom: 0px;	
}

h3{
	text-align: center;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	color: rgb(0,0,0);
	margin-top: 0px;
	margin-bottom: 0px;
}

h5{
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	color: rgb(143,143,143);
	margin-top: 40px;
	margin-bottom: 0px;
}

h6{
	text-align: center;
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	color: rgb(96, 138, 215);
	margin-top: 10px;
	margin-bottom: 0px;
}

p, li {
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	color: rgb(0,0,0);
	margin-top: 10px;
}


.mycar{
	width: 40%;
	height: unset;
	margin: auto;
	margin-bottom: 80px;
	margin-top: 80px;
}

.mycar li{
	background-color: rgba(0, 15, 131, 0.77);
	border: 1px solid rgb(21,35,141);
}

.mycar p{
	text-align: center;
}

.img_car {
	height: 200px;
	width: 300px !important;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 5px rgb(97,97,97);

}

.car-control{
	width: 5%;
	background-image: unset;
}


.item{
	width: 70%;
	margin: auto;
}

.item h2{
	height: 100px;
}

.text-center{
	width: 60%;
	margin: auto;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}

.img_sobre{
	width: 65%;
	box-shadow: 0px 0px 5px rgb(97,97,97);
	margin: auto;	
	margin-bottom: 40px;
}

.sobre-icons{
	margin-top: 100px;
	margin-bottom: 100px;
}

.row2{
	width: 50%;
	float: left;
}

.img_row{
	height: 100px;
	margin-bottom: 20px;
}


.servicios{
	background-image: url(../imagenes/servicios-background3.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}

.servicio{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	margin-bottom: 200px;
	background-color: white;
	box-shadow: inset 0px 0px 5px rgb(0,0,0);
	text-align: center;
}

.servicio_cont{
	width: 65%;
	margin:auto;
	text-align: start;
	margin-top: 100px;
	margin-bottom: 100px;
}

.medi-cont{
	padding-left: 5%;
	padding-right: 5%;
}

ul{
	padding-left: 40px; 
}


.tab {
	width: 90%;
	overflow: hidden;
	margin: auto;
	font-size: 15px;
	font-family: 'Ubuntu', sans-serif;
	color: rgb(0,0,0);
	box-shadow: 0px 0px 10px rgb(194, 220, 253);
	margin-top: 50px;
	margin-bottom: 50px;
	word-break: break-word;
}

.ayuda_tab{
	background-color: rgb(235, 244, 255);
	height: 60px;
}

.tab button {
	width: 20%;
	height: 100%;
	background-color: unset;
	border:none;
	outline: none;
    cursor: pointer;
    float: left;
    font-size: 18px;
    padding-right: 5px;
    padding-left: 5px;
}

.tab button:hover{
	border-bottom: 4px solid;
	border-color: rgb(197, 202, 215);
}

.tabcontent {
    display: none;
    margin: auto;
    padding-right: 5%;
    padding-left: 5%;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


.tabcontent h5{
	text-align: center;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	color: rgb(0,0,0);
	font-weight: bold;
}

.subtab{
	width: 20%;
	border: 2px solid;
	margin-top: -4px;
	color: rgb(4, 87, 173);
	margin-left: 0%;
	transition-duration: 1s;
	float:left;
	box-shadow: 0px -3px 15px rgb(0, 120, 254);
}


.col-3 {
	width: 33.33333%;
	padding-left: 20px;
	padding-right: 20px;
	float:left;
}

.col-2 {
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	float:left;
}

.car_psico {
	width: 100%;
	margin: auto;
	margin-bottom: 80px;
	margin-top: 40px;
}


.img_tarjet{
	width: 100%;
}


.table_social{
	width: 100%;
	box-shadow: 0px 0px 5px rgb(0,0,0);
	float: left;
	margin-top: 40px;
}

.table_social td{
	width: 25%;
}

.tarjet{
	box-shadow: 0px 0px 5px rgb(125,125,125);
	margin: 20px 5px 20px 5px;
	border-radius: 4px;
	overflow: hidden;
}

.tarjet-title{
	background-color: rgb(4, 87, 173);
	color: white !important; 
	padding: 10px;
}

.tarjet-title h3{
	color: white;
}

.tarjet-content{
	padding: 0px;
	text-align: justify;
	/*height: 0px;*/
	display:none;
	transition: 2s ease;
}

.tarjet-content-active{
	padding: 30px;
	text-align: justify;
	/*height: 100%;*/
	display: block;
	transition: 2s ease;
}

.tarjet-title:hover{
	cursor: pointer;
}

.tarjet-content p{
	color: rgb(95,95,95);
}

.serv-text {
	width: 100%;
	margin: auto;
	margin-top: 50px;
}

.serv-text li{
	text-align: left;
}

.serv-text h4{
	font-size: 18px;
}

.familiar_list{
	background-color: yellow;
	padding: 20px;
	text-align: left;
}

.collapsible li{
	margin-top: 0px;
}

.collapsible-header{
	background-color: rgb(4, 87, 173);
	border-bottom: unset;
}

.collapsible-header h3{
	color: white;
	margin:auto;
}

.collapsible{
	border: unset;
	box-shadow: 0px 0px 5px rgb(128,128,128);
	border-radius: 4px;
	overflow: hidden;
}

.collapsible-body{
	border: unset;
}

.collapsible-body ul{
	list-style-type: disc;
}

.list-icon{
	font-size: 10px;
	margin-right: 5px;
}

.chevron {
	color: white;
	font-size: 18px;
	transform: rotate(0deg);
	transition: transform 0.5s;
}

.chevron-180 {
	color: white;
	font-size: 18px;
	transform: rotate(180deg);
	transition: transform 0.5s;
}

.img_medi {
	width: 100%;
}

.hr-relajacion{
	width: 90%;
	margin: auto;
	border: 1px solid rgb(195, 195, 195);
	margin-top: 20px;
	margin-bottom: 20px;
}

.ul-relajacion {
	margin-left: 20px;
}


.img-relax{
	width: 80%;
	box-shadow: 0px 0px 5px rgb(97,97,97);
}

.img-center{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.map {
	width: 100%;
	box-shadow: 0px 0px 5px rgb(97,97,97);	
}

.contact-text{
	width: 100%;
	text-align: center;
}


.footer-cont{
	width: 60%;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 10px;
	text-align: center;
	color:white;
}

.footer-cont a{
	color:white;
}

.footer-cont p{
	color: white;
}

.agradecimientos{
	font-size: 10px;
}

.agradecimientos a{
	color:#00e7ff;
}

.social-net{
	font-size: 60px;
}

.contact-icon {
	margin-right: 5px;
}

.social-tag{
	position: fixed;
	left: 0px;
	top: 400px;
	z-index: 2000;
}

.social-tag ul li{
	margin: 0px;
	padding: 0px;
}

.social-tag ul li a{
	display: inline-block;
	color:white;
	background-color: black;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 30px;
	width: 60px;
	text-align: center;
	-webkit-transform:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
	box-shadow: 0 0 3px rgb(97,97,97);
}

.social-tag ul li a:hover{
	padding: 10px 50px;
	width: 95px;	
	border-radius: 0 8px 8px 0;
}

.social-tag ul li .facebook{
	background-color: #3b5898;
	border-radius: 0 8px 0 0;
}

.social-tag ul li .twitter{
	background-color: #00abf0;
}

.social-tag ul li .mail{
	background-color: #666666;
	border-radius: 0 0 8px 0;
}

.modal{
	background-color: transparent;
	width: 100%;
	height: 100%;
	margin: 0;
}

.close{
	float: right;
}

.modal .modal-footer{
	background-color: white;
}

.modal-btn{
	background-color: rgb(0, 77, 193);
	color:white;
}

.modal-btn:hover{
	background-color: #24cdff;
    color: white;
    box-shadow: 0 0 0;
}

.legal{
	text-align: justify;
}

.legal li{
	margin-left: 20px;
}

.legal_links{
	margin:20px;
	display: inline-grid;
}

.legal_links a{
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;	
}

.legal_links a:hover{
	cursor: pointer;
}

.underline{
	text-decoration: underline;
}

.height100{
	max-height: 100%;
}